Closed dpanta94 closed 2 years ago
Amazon accepts the recurringMetadata.frequency.value as string. Casting $apa_interval to string ensures consistency. https://developer.amazon.com/docs/amazon-pay-api-v2/checkout-session.html#type-frequency
Closes woo#122.
Fix - Cast recurringMetadata.frequency.value to string before passing it to Amazon API.
opened in woo repo pull#161
accepted in woo repo
All Submissions:
Changes proposed in this Pull Request:
Amazon accepts the recurringMetadata.frequency.value as string. Casting $apa_interval to string ensures consistency. https://developer.amazon.com/docs/amazon-pay-api-v2/checkout-session.html#type-frequency
Closes woo#122.
How to test the changes in this Pull Request:
Other information:
Changelog entry