tickera-angular-components 0.0.1-dev.100 → 0.0.1-dev.101
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/index.d.ts
CHANGED
|
@@ -3539,7 +3539,7 @@ declare class OrderInformationComponent {
|
|
|
3539
3539
|
order: Order;
|
|
3540
3540
|
showPayButton: boolean;
|
|
3541
3541
|
createMpPreference?: (order: Order) => Observable<MercadoPagoPreference>;
|
|
3542
|
-
paymentLinkCreated: EventEmitter<
|
|
3542
|
+
paymentLinkCreated: EventEmitter<MercadoPagoPreference>;
|
|
3543
3543
|
isLoading: boolean;
|
|
3544
3544
|
constructor(transloco: TranslocoService, toastService: ToastService);
|
|
3545
3545
|
get showMpButton(): boolean;
|