We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f0ded commit def4113Copy full SHA for def4113
app/models/setting.js
@@ -50,7 +50,7 @@ export default ModelBase.extend({
50
stripeClientId : attr('string'),
51
stripeSecretKey : attr('string'),
52
stripePublishableKey : attr('string'),
53
- stripeTestCliendId : attr('string'),
+ stripeTestClientId : attr('string'),
54
stripeTestSecretKey : attr('string'),
55
stripeTestPublishableKey : attr('string'),
56
isAliPayActivated : attr('boolean'),
0 commit comments