Skip to content

Commit def4113

Browse files
kushthedudeabhinavk96
authored andcommitted
Saving stripe client test id (#3455)
1 parent 11f0ded commit def4113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/setting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default ModelBase.extend({
5050
stripeClientId : attr('string'),
5151
stripeSecretKey : attr('string'),
5252
stripePublishableKey : attr('string'),
53-
stripeTestCliendId : attr('string'),
53+
stripeTestClientId : attr('string'),
5454
stripeTestSecretKey : attr('string'),
5555
stripeTestPublishableKey : attr('string'),
5656
isAliPayActivated : attr('boolean'),

0 commit comments

Comments
 (0)