Skip to content

Commit e6ea1db

Browse files
authored
chore: bump to 0.5.2 (PayPal return URLs) (#20)
* fix(ci): use @Jesssullivan scope for GitHub Packages mirror * feat(venmo): add returnUrl/cancelUrl to experience_context PayPal requires return_url and cancel_url in the Venmo payment source experience_context for proper popup handling. Without them, PayPal may force additional buyer verification loops or block the popup flow. New optional fields on VenmoAdapterConfig: returnUrl, cancelUrl. * chore: bump to 0.5.2 (PayPal return URLs)
1 parent 93321d1 commit e6ea1db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tummycrypt/scheduling-kit",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Backend-agnostic scheduling components with alternative payment support",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)