Skip to content

Commit

Permalink
[Fix CI errors] Add updateOrderCoupons empty trigger (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadaismail-stripe authored Dec 15, 2022
1 parent 1fa058b commit dcaf3a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
trigger updateOrderCoupons on Order (after update) {
// This is empty on purpose https://github.com/stripe/stripe-salesforce/pull/961
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ApexTrigger xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>54.0</apiVersion>
<status>Deleted</status>
</ApexTrigger>

0 comments on commit dcaf3a5

Please sign in to comment.