Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asp: clarify the filename attribute and fix file_saved? for payments #681

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

freesteph
Copy link
Collaborator

@freesteph freesteph commented Apr 5, 2024

Closes #682

@freesteph freesteph enabled auto-merge (rebase) April 5, 2024 07:48
@freesteph freesteph requested a review from a team April 5, 2024 08:20
Copy link
Collaborator

@JeSuisUnCaillou JeSuisUnCaillou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comm sur la compréhensibilité de noext

@@ -4,13 +4,13 @@ module ASP
class FileHandler
include Errors

attr_reader :filepath, :filename
attr_reader :filepath, :filename_noext
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A quoi sert ce renommage, j'ai pas compris 🤔

ça veut dire quoi "noext" ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aaah, "no extension" ok, j'ai.

C'est pas ouf les abréviations dans les noms de variable. Je préfèrerait un truc plus explicite comme filename_without_extension.

@freesteph freesteph merged commit 852eaed into main Apr 5, 2024
8 checks passed
@freesteph freesteph deleted the fix/payment-file-saved branch April 5, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Le lecteur de fichiers de l'ASP ne supprime pas les fichiers de paiement
2 participants