@thecb/components 5.11.1-beta.0 → 5.11.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "5.11.1-beta.0",
3
+ "version": "5.11.2",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -108,7 +108,7 @@ const PaymentDetailsActions = ({
108
108
  variant="tertiary"
109
109
  text={`Set Up ${planType}`}
110
110
  action={() => {
111
- setDetailedObligation(obligations, config);
111
+ setDetailedObligation(obligations, config, obligationAssocID);
112
112
  handleAutopayAction();
113
113
  }}
114
114
  dataQa="Set Up Autopay"