forked from woocommerce/woocommerce-gateway-amazon-pay
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fill Order transaction_id with Amazon Reference Id #125
Comments
lauramelos
added a commit
that referenced
this issue
Dec 14, 2021
* Check if other gateways is enabled before hide checkout button issue #97 * Enable subscription amount change support Issue #106 * Accept states without letters mark variations on shipping restriction - Issue #122 * Render cart button on update shipping method * Unify version checker * Get order charge permission and charge id method * Force v2 version on orders * Remove duplicated assignation * Add charge id for the orders with open capture * Parse V1 ipn response to process it with V2 handler * Skip v1 IPN handler on migration done * Lowercase version on parsed IPN notification * Change string replace function and save order * Log notification Data for the V1 IPN * Fix typos * PHPCS issues * PHPCS manual fixes * PHPCS fixes * Fix function call. * Undo version change * Set Order Transaction Id (Saucal Issue #125) * Force Decimals to 2 on amounts sent to API Co-authored-by: Matias Saggiorato <[email protected]> Co-authored-by: Matias Saggiorato <[email protected]>
3 tasks
msaggiorato
added a commit
that referenced
this issue
Dec 17, 2021
* Check if other gateways is enabled before hide checkout button issue #97 * Enable subscription amount change support Issue #106 * Accept states without letters mark variations on shipping restriction - Issue #122 * Render cart button on update shipping method * Unify version checker * Get order charge permission and charge id method * Force v2 version on orders * Remove duplicated assignation * Add charge id for the orders with open capture * Parse V1 ipn response to process it with V2 handler * Skip v1 IPN handler on migration done * Lowercase version on parsed IPN notification * Change string replace function and save order * Log notification Data for the V1 IPN * Fix typos * PHPCS issues * PHPCS manual fixes * PHPCS fixes * Fix function call. * Undo version change * Replace gateways object to avoid error on settings * Set Order Transaction Id (Saucal Issue #125) * Force Decimals to 2 on amounts sent to API * Hide API V1 settings after onboarding is made * Check other gateways existence early * Delay Init settings to ensure gateway addition * Add correct transaction Id to subscription and renewals orders Co-authored-by: Matias Saggiorato <[email protected]> Co-authored-by: Matias Saggiorato <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference ticket https://saucal.zendesk.com/agent/tickets/8358 and https://saucal.zendesk.com/agent/#/tickets/8326
Save Amazon Reference Id on order transaction_id order meta field on payment process.
The text was updated successfully, but these errors were encountered: