Skip to content

Commit

Permalink
Add permission for package upload (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadaismail-stripe authored Nov 27, 2022
1 parent 2af045f commit d021366
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sfdx/force-app/main/default/profiles/Admin.profile-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,18 @@
<object>Stripe_Coupon_Serialized__c</object>
<viewAllRecords>true</viewAllRecords>
</objectPermissions>
<objectPermissions>
<allowCreate>true</allowCreate>
<allowRead>true</allowRead>
<object>Stripe_Coupon_Quote_Line_Association__c</object>
<viewAllRecords>true</viewAllRecords>
</objectPermissions>
<objectPermissions>
<allowCreate>true</allowCreate>
<allowRead>true</allowRead>
<object>Stripe_Coupon_Quote_Association__c</object>
<viewAllRecords>true</viewAllRecords>
</objectPermissions>
<objectPermissions>
<allowCreate>true</allowCreate>
<allowRead>true</allowRead>
Expand Down

0 comments on commit d021366

Please sign in to comment.