@or-sdk/payments 2.4.1-beta.3948.0 → 2.4.1-beta.3950.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Payments.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/payments",
3
- "version": "2.4.1-beta.3948.0",
3
+ "version": "2.4.1-beta.3950.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
package/src/Payments.ts CHANGED
@@ -395,7 +395,7 @@ export class Payments extends Base {
395
395
  }
396
396
 
397
397
  /**
398
- * Super Admin only
398
+ * Admin only
399
399
  * Create fresh customer account
400
400
  */
401
401
  public async createCustomerAccount(email: string, accountId?: string): Promise<Types.CreateAccountResponse> {