simpo-component-library 3.6.297 → 3.6.299

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.
@@ -22,6 +22,7 @@ export declare class VerifyComponent extends BaseSection implements OnInit {
22
22
  styles?: VerifyPaymentStylesModel;
23
23
  content?: VerifyPaymentContentModel;
24
24
  private userDetails;
25
+ paymentStatus: 'SUCCESS' | 'FAILED' | 'ONGOING';
25
26
  constructor(restService: RestService, router: Router, storageService: StorageServiceService, messageService: MessageService, _eventService: EventsService);
26
27
  loadingText: string;
27
28
  private API_COUNT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.297",
3
+ "version": "3.6.299",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file