Skip to content

fix(payment) alipayf2f should be in non-sandbox mode when the sandbox configuration value is false..#152

Closed
x0h0i wants to merge 1 commit into
perfect-panel:masterfrom
x0h0i:patch-1
Closed

fix(payment) alipayf2f should be in non-sandbox mode when the sandbox configuration value is false..#152
x0h0i wants to merge 1 commit into
perfect-panel:masterfrom
x0h0i:patch-1

Conversation

@x0h0i

@x0h0i x0h0i commented Jun 8, 2026

Copy link
Copy Markdown

smartwalle/alipay

var client, err = alipay.New(appID, privateKey, isProduction)

last param isProduction , if false, will in sandbox mode.

…figured as false.

smartwalle/alipay 
```
var client, err = alipay.New(appID, privateKey, isProduction)
```
last param isProduction , if false, will in sandbox mode.
@x0h0i x0h0i changed the title fix an issue where alipay2f2 was in sandbox mode when sandbox was configured as false. fix(payment) alipayf2f should be in non-sandbox mode when the sandbox configuration value is false.. Jun 8, 2026
@x0h0i x0h0i closed this Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant