Example #1
0
 public override void GuestCheckOut(GuestCheckoutSettings settings, CancellationToken token)
 {
 }
Example #2
0
 public override void GuestCheckOut(GuestCheckoutSettings settings, CancellationToken token)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public virtual void GuestCheckOut(GuestCheckoutSettings settings, CancellationToken token)
 {
 }