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