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

Currency formatting in GpEcomAuthorizationRequestBuilder #123

Open
KennyCamba opened this issue Feb 16, 2024 · 0 comments
Open

Currency formatting in GpEcomAuthorizationRequestBuilder #123

KennyCamba opened this issue Feb 16, 2024 · 0 comments

Comments

@KennyCamba
Copy link

The GpEcomAuthorizationRequestBuilder class always formats the amount to two decimal places, but this format depends on the currency. For example the CLP currency has no decimal places.

$amount = $xml->createElement("amount", preg_replace('/[^0-9]/', '', sprintf('%01.2f', $builder->amount)));

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

No branches or pull requests

1 participant