amzn / amazon-pay-sdk-csharp

Amazon Pay C# SDK
https://payments.amazon.com/developer
Apache License 2.0
48 stars 42 forks source link

Is it a typo with method name WithAmazonBillingreementId in class ConfirmBillingAgreementRequest? #23

Closed Tharnadar closed 5 years ago

Tharnadar commented 5 years ago

The correct method name should be WithAmazonBillingAgreementId ?

islandskater43 commented 5 years ago

Absolutely @Tharnadar - great catch. Feel free to submit a backward compatible PR to address, or we'll address in our next update pass!

bjguillot commented 5 years ago

This was addressed in the 3.5.1 release. The original typo was left in place with a deprecation tag so that we won't break any existing usage, and a new method with added with correct name.