import { DaffMagentoPaypalService } from '@daffodil/paypal/driver/magento'
@Injectable()
class DaffMagentoPaypalService implements DaffPaypalExpressServiceInterface {
generateToken(
cartId: string
tokenRequest: DaffPaypalExpressTokenRequest
): Observable<DaffPaypalExpressTokenResponse>
}
Observable<DaffPaypalExpressTokenResponse>
Parameter | cartId: string |
---|---|
Description |
Parameter | tokenRequest: DaffPaypalExpressTokenRequest |
---|---|
Description |