Skip to content

3.2.0

Compare
Choose a tag to compare
@rootpd rootpd released this 24 May 10:23
· 9 commits to master since this release
  • BREAKING: Changed AppleAppstoreGateway to use App Store Server API. remp/crm#3038
    • Add required configs for App Store Server API in CRM admin settings.
  • Added support for App Store Server Notifications V2. remp/crm#3038
    • If you have your own implementation of ServerToServerNotificationProcessorInterface, implement new ServerToServerNotificationV2ProcessorInterface interface.
    • Use /api/v2/apple-appstore/webhook API endpoint for V2 Notifications.
  • Added /api/v2/apple-appstore/verify-purchase API endpoint for payment confirmation from app. remp/crm#3038
    • Endpoint uses App Store Server API instead of deprecated verifyReceipt Web Service Endpoint.
    • Add required configs for App Store Server API in CRM admin settings.