Releases: srmklive/laravel-paypal
Releases · srmklive/laravel-paypal
Fix Malformed API response
- Fixes #643.
Full Changelog: 3.0.31...3.0.32
2.0.30
What's Changed
- Removed extra slash from api url (live mode) by @korkoshko in #397
- V2.0 by @BGaeteAlvear in #454
- Merge v3 into v2 by @srmklive in #481
- Apply fixes from StyleCI by @srmklive in #587
- Add lang it by @matheo-2001 in #609
- Add lang de by @matheo-2001 in #610
- Add lang ar by @matheo-2001 in #611
- Add lang es by @matheo-2001 in #612
- Add lang ja by @matheo-2001 in #613
- Add lang hu by @matheo-2001 in #614
- Add lang cn by @matheo-2001 in #615
- Add custom id for invoice id by @buzzclue in #603
- Apply fixes from StyleCI by @srmklive in #621
- Add billing_plan_id and product_id after creating recurring subscriptions by @otnansirk in #619
- fix : add error handler for addProduct and addBillingPlan from subscription helper by @otnansirk in #623
- Laravel 11.x Compatibility by @laravel-shift in #625
- fix : add bcdiv for Helpers.php@addSetupFee by @otnansirk in #639
- Only set subscription start_time if passed by @willcurry in #640
- V3 v2 by @srmklive in #644
New Contributors
- @korkoshko made their first contribution in #397
- @BGaeteAlvear made their first contribution in #454
- @matheo-2001 made their first contribution in #609
- @buzzclue made their first contribution in #603
- @otnansirk made their first contribution in #619
- @willcurry made their first contribution in #640
Full Changelog: 2.0.20...2.0.30
1.11.11
3.0.31
What's Changed
- Fix price format for @addSetupFee by @otnansirk in #639
- Only set subscription start_time if passed by @willcurry in #640
New Contributors
- @willcurry made their first contribution in #640
Full Changelog: 3.0.30...3.0.31
Support Laravel 11
1.11.10 Support Laravel 11 (#630)
3.0.30
What's Changed
- Add lang it by @matheo-2001 in #609
- Add lang de by @matheo-2001 in #610
- Add lang ar by @matheo-2001 in #611
- Add lang es by @matheo-2001 in #612
- Add lang ja by @matheo-2001 in #613
- Add lang hu by @matheo-2001 in #614
- Add lang cn by @matheo-2001 in #615
- Add custom id for invoice id by @buzzclue in #603
- Add billing_plan_id and product_id after creating recurring subscriptions by @otnansirk in #619
- fix : add error handler for addProduct and addBillingPlan from subscription helper by @otnansirk in #623
- Laravel 11.x Compatibility by @laravel-shift in #625
New Contributors
- @matheo-2001 made their first contribution in #609
- @buzzclue made their first contribution in #603
- @otnansirk made their first contribution in #619
Full Changelog: 3.0.28...3.0.30
Implement fixed duration subscriptions.
Add fixed amount of billing cycles when creating billing plans for subscriptions.
Implement Partner Referral API endpoints.
This releases contains the following implementation for the API endpoints for Partner Referrals:
- List Seller Tracking Information
- Show Seller Status.
- Fetch Merchant Credentials.
Validate JSON response
- Validate JSON when API call returns an error.