You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given no other code references AffirmTransactionHistory, the fix might be to remove the line. An alternative fix would be to add AffirmTransactionHistory to the Order system obj attributes
The text was updated successfully, but these errors were encountered:
In this line of code:
Salesforce_Commerce_Cloud_Affirm/cartridges/int_affirm/cartridge/scripts/order/affirmOrder.js
Line 77 in afee520
is attempting to write to
AffirmTransactionHistory
which is not declared in the system object type extensions forOrder
:Salesforce_Commerce_Cloud_Affirm/metadata/affirm/meta/system-objecttype-extensions.xml
Lines 64 to 165 in afee520
Given no other code references
AffirmTransactionHistory
, the fix might be to remove the line. An alternative fix would be to addAffirmTransactionHistory
to theOrder
system obj attributesThe text was updated successfully, but these errors were encountered: