The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::Braintree::ApplePay

PURPOSE

This class lists, registers, and unregisters ApplePay domains.

registered_domains()

This returns a response with the apple_pay_options() set.

register_domain()

This registers the domain provided. This returns a response with nothing set.

unregister_domain()

This unregisters the domain provided. This returns a response with nothing set.

NOTES

This code was transcribed from the Ruby SDK.

UNTESTED

This class is untested because there is no obvious way to setup the integration sandbox to trigger these scenarios. If you have a way of testing this, please reach out to the maintainers.